We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d9fde commit efbaab2Copy full SHA for efbaab2
.github/workflows/release-pypi.yml
@@ -29,16 +29,6 @@ jobs:
29
- name: Checkout code
30
uses: actions/checkout@v3
31
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/*
42
43
- name: Build and publish to PyPI
44
if: ${{ github.event_name == 'push' }}
0 commit comments