Skip to content

Commit

Permalink
Fix PyPI publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 11, 2024
1 parent 0034fe9 commit 1b22bba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,12 @@ jobs:
pattern: picard-?dist*
path: dist/
merge-multiple: true
- name: Verify distributions
- name: Prepare distributions
run: |
ls -l dist/
# Remove zip source distribution (only a single sdist is allowed)
rm dist/picard-*.zip*
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit 1b22bba

Please sign in to comment.