Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana authored Dec 10, 2024
1 parent 9c113a3 commit 9eb13ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
permissions:
contents: write
id-token: write

environment:
name: pyShelly
url: https://pypi.org/p/pyShelly

steps:
- uses: actions/checkout@v2
Expand All @@ -43,5 +45,3 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish package distributions to pyShelly
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://pypi.org/p/pyShelly/

0 comments on commit 9eb13ec

Please sign in to comment.