Skip to content

Commit

Permalink
ew tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Feb 4, 2025
1 parent 15eee05 commit 8d87508
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 40 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
package-directory:
type: choice
options:
- pgscatalog.core
- pgscatalog.match
- pgscatalog.calc
- pgscatalog.utils
- pgscatalog.core
- pgscatalog.match
- pgscatalog.calc
- pgscatalog.utils

jobs:
publish:
name: build and publish package
runs-on: ubuntu-latest
environment: release

permissions:
id-token: write
contents: write
Expand All @@ -29,16 +29,15 @@ jobs:
- name: Build package
run: nox -s build
working-directory: ${{ inputs.package-directory }}

- name: Publish package distributions
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ${{inputs.package-directory}}/dist
skip-existing: false
skip-existing: false

- name: Read package version
run: |
echo "TAG_NAME=$(poetry version | tr -s ' ' '-')" >> $GITHUB_ENV
run: echo "TAG_NAME=$(poetry version | tr -s ' ' '-')" >> $GITHUB_ENV
working-directory: ${{inputs.package-directory}}

- name: Create tag
Expand All @@ -51,5 +50,4 @@ jobs:
ref: 'refs/tags/${{ env.TAG_NAME }}',
sha: context.sha
})

28 changes: 0 additions & 28 deletions Dockerfile

This file was deleted.

0 comments on commit 8d87508

Please sign in to comment.