Skip to content

Commit

Permalink
Update release-pypi.yml
Browse files Browse the repository at this point in the history
remove test pypi
  • Loading branch information
MMathisLab authored Nov 2, 2024
1 parent c5d9fde commit efbaab2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Build and publish to Test PyPI
if: ${{ (github.ref != 'refs/heads/main') && (github.event.label.name == 'release') }}
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
run: |
make dist
ls dist/
tar tvf dist/aros_node-*.tar.gz
python3 -m twine upload --repository testpypi dist/*

- name: Build and publish to PyPI
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit efbaab2

Please sign in to comment.