Skip to content

Commit

Permalink
Fix PyPI upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Torradeflot committed May 16, 2024
1 parent 4ac0788 commit e5688c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-publish-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
build:
name: Build and Publish to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/rucio-jupyterlab
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
Expand All @@ -20,7 +25,5 @@ jobs:
python -m build --sdist
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
permissions:
id-token: write
with:
skip_existing: true

0 comments on commit e5688c1

Please sign in to comment.