修改初始化方式
This commit is contained in:
parent
84495084db
commit
f0a2c8a6e6
|
@ -24,7 +24,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install wheel twine
|
python -m pip install wheel twine
|
||||||
python -m pip install -r requirements.txt
|
make init
|
||||||
|
|
||||||
# - name: Test Code
|
# - name: Test Code
|
||||||
# run: |
|
# run: |
|
||||||
|
@ -34,6 +34,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user