Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Aug 12, 2024
2 parents 05f57d3 + 9ff78ec commit 225da4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
publish:
needs: test
runs-on: ubuntu-latest
if: >
github.event_name == 'push' &&
startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v4
- name: Build distribution
Expand All @@ -60,9 +63,6 @@ jobs:
pip install .[dev,test]
pyproject-build
- name: Publish package
if: >
github.event_name == 'push' &&
startsWith(github.event.ref, 'refs/tags')
uses: pypa/[email protected]
with:
user: __token__
Expand Down

0 comments on commit 225da4b

Please sign in to comment.