Skip to content

Commit efbaab2

Browse files
authored
Update release-pypi.yml
remove test pypi
1 parent c5d9fde commit efbaab2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release-pypi.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ jobs:
2929
- name: Checkout code
3030
uses: actions/checkout@v3
3131

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

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

0 commit comments

Comments
 (0)