Skip to content

Commit

Permalink
fix: twine upload files (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Oct 3, 2023
2 parents 87da242 + cc355f5 commit fe94f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
poetry run twine upload dist/*
poetry run twine upload dist/${{ github.event.repository.name }}-${{ needs.version.outputs.version }}.tar.gz dist/${{ github.event.repository.name }}-${{ needs.version.outputs.version }}-py3-none-any.whl
- name: Upload package to release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit fe94f1b

Please sign in to comment.