Skip to content

Commit

Permalink
Added Twine command to upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Jan 21, 2025
1 parent e0f44d3 commit 7a1f08c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Check package
run: python -m twine check dist/*
- name: Build and publish
# Specifying a GitHub environment is optional, but strongly encouraged
run: |
twine upload dist/*
environment: release
permissions:
# IMPORTANT: this permission is mandatory for Trusted Publishing
Expand Down

0 comments on commit 7a1f08c

Please sign in to comment.