Skip to content

Commit

Permalink
use trusted pypi without token
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Jan 18, 2025
1 parent 2ee19e8 commit 2091fad
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,11 @@ jobs:
pypi:
needs: [ pyinstaller, nuitka, wheel ]
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Set up Python environment"
uses: ./.github/actions/setup-python
environment: pypi
permissions:
id-token: write

steps:
- name: "Download dcspy binaries"
uses: actions/download-artifact@v4
with:
Expand All @@ -91,8 +89,3 @@ jobs:
- name: "Deploy to PyPI"
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
skip-existing: true
verbose: true

0 comments on commit 2091fad

Please sign in to comment.