Skip to content

Commit

Permalink
fixed publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDoee committed Feb 17, 2024
1 parent 8bb5337 commit 1d49535
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: deluge-client
url: https://test.pypi.org/p/deluge-client
url: https://pypi.org/p/deluge-client
permissions:
id-token: write
contents: read
Expand All @@ -37,5 +37,4 @@ jobs:
--outdir dist/
- name: Publish distribution
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit 1d49535

Please sign in to comment.