Skip to content

Commit

Permalink
update wildcard usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmer Bot committed Apr 8, 2024
1 parent c31bef0 commit 4fe761f
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 @@ -49,7 +49,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create -t "Version ${{ steps.version.outputs.version }}" -n "**Full Changelog**: https://github.com/vda-lab/pyflasc/commits/${{ steps.version.outputs.tag }}" "${{ steps.version.outputs.tag }}" "dist/*"
gh release create -t "Version ${{ steps.version.outputs.version }}" -n "**Full Changelog**: https://github.com/vda-lab/pyflasc/commits/${{ steps.version.outputs.tag }}" "${{ steps.version.outputs.tag }}" dist/*.whl dist/*.tar.gz
- name: Publish package to (Test)PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit 4fe761f

Please sign in to comment.