Skip to content

Commit

Permalink
Merge pull request #34 from rucio/fix_pypi_publish_action
Browse files Browse the repository at this point in the history
Fix PyPI publish action
  • Loading branch information
ftorradeflot authored May 22, 2024
2 parents a379964 + b623512 commit 1d658aa
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 1d658aa

Please sign in to comment.