Skip to content

Commit

Permalink
Merge pull request #212 from ThePorgs/dev
Browse files Browse the repository at this point in the history
Remove TestPypi for pipeline release
  • Loading branch information
Dramelac authored Apr 15, 2024
2 parents 68b9a0e + 19f298d commit 56ae80a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/entrypoint_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run : python setup.py clean test
- name: Build Exegol release
run: python -m build --sdist --outdir dist/ .
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
#- name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/
# skip-existing: true
- name: Publish distribution 📦 to PyPI (prod)
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 56ae80a

Please sign in to comment.