Skip to content

Commit

Permalink
Rollback to legacy token access
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jun 13, 2024
1 parent f809eff commit 19c5ef5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: PyPi Publish

on:
workflow_call:
secrets:
PYPI_API_TOKEN:
required: true

jobs:
publish:
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -23,3 +23,5 @@ jobs:
run: |
python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 19c5ef5

Please sign in to comment.