mirror of https://github.com/Nonannet/copapy.git
cd: added gh environment for pypi
This commit is contained in:
parent
08e76c2d9e
commit
41ee9e9743
|
|
@ -69,6 +69,11 @@ jobs:
|
|||
if: contains(github.ref, '-beta') == false
|
||||
needs: [build_wheels]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
environment:
|
||||
name: pypi
|
||||
url: https://pypi.org/project/${{ github.event.repository.name }}/
|
||||
|
||||
steps:
|
||||
- name: Install Twine
|
||||
run: pip install --force-reinstall twine==6.2.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue