Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
update pypi config url
  • Loading branch information
fraclad authored Dec 22, 2024
1 parent a40a308 commit 864650b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ jobs:
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
environment:
name: pypi
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
# url: https://pypi.org/p/YOURPROJECT
#
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
# ALTERNATIVE: exactly, uncomment the following line instead:
# url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}
url: https://pypi.org/p/wellarchitecturedesign

steps:
- name: Retrieve release distributions
Expand Down

0 comments on commit 864650b

Please sign in to comment.