Skip to content

Commit

Permalink
Removing test-pypi from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jul 12, 2024
1 parent b671f83 commit eee2ff8
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,24 +115,4 @@ jobs:
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1

upload_testpypi:
name: Upload to TestPyPI
needs: [check-current-branch, build_wheels, build_sdist, dist_check]
runs-on: ubuntu-latest
if: contains(${{ needs.check.outputs.branch }}, 'dev')
environment:
name: testpypi
url: https://test.pypi.org/p/riskmapjnr
permissions:
id-token: write # Mandatory for trusted publishing.
steps:
- uses: actions/download-artifact@v4
with:
pattern: rmj-*
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

# End

0 comments on commit eee2ff8

Please sign in to comment.