mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +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
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
|
TEST_PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
TEST_PYPI_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
|
TEST_PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
]
|
]
|
||||||
}],
|
}],
|
||||||
["@semantic-release/exec", {
|
["@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