Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Nov 23, 2023
1 parent a27e7fb commit 0f32657
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
- run: python test/test_match.py

- uses: actions/upload-artifact@v3
with:
name: dist
path: dist
with: {name: dist, path: dist}
if: startsWith(github.ref, 'refs/tags/v') &&
matrix.os == 'ubuntu-20.04' &&
matrix.python == '3.9'
Expand All @@ -61,7 +59,5 @@ jobs:

steps:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
with: {name: dist, path: dist}
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 0f32657

Please sign in to comment.