Skip to content

Commit

Permalink
deleting upload to test PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashof committed Jan 4, 2024
1 parent 0fb2b89 commit 5a9e827
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,6 @@ jobs:
name: pyGCodeDecode-distributions
path: ./dist/

publish_to_test-pypi:
name: publish package to test-PyPi
if: startsWith(github.ref, 'refs/tags/') # only publish on tag pushes
needs:
- build
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/pyGCodeDecode
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

steps:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: pyGCodeDecode-distributions
path: dist/

- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

publish_to_pypi:
name: publish package to PyPi
if: startsWith(github.ref, 'refs/tags/') # only publish on tag pushes
Expand Down

0 comments on commit 5a9e827

Please sign in to comment.