2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 07:41:03 +00:00

chore: testpypi to pypi

This commit is contained in:
hasnain2808@gmail.com 2021-02-04 09:48:56 +05:30
parent 9b80e3a960
commit 392bfb48f0
2 changed files with 3 additions and 3 deletions

View File

@ -23,6 +23,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
TEST_PYPI_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
TEST_PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
run: npx semantic-release

View File

@ -19,7 +19,7 @@
]
}],
["@semantic-release/exec", {
"publishCmd": "python -m twine upload -r testpypi dist/* -u $TEST_PYPI_USERNAME -p $TEST_PYPI_PASSWORD"
"publishCmd": "python -m twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD"
}]
]
}