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:
parent
9b80e3a960
commit
392bfb48f0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user