generated from Templates/Python
Compare commits
No commits in common. "85e8e2fffdf0b56e372eb068d57074622781c9fe" and "c50b1b588b2c9c1a5def81bc22a091ed33691517" have entirely different histories.
85e8e2fffd
...
c50b1b588b
@ -50,6 +50,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')
|
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
echo "uploading to: https://git.disi.dev/api/packages/$REPOSITORY_OWNER/pypi"
|
|
||||||
twine upload --repository-url https://git.disi.dev/api/packages/$REPOSITORY_OWNER/pypi -u gitearobot -p ${{ secrets.PACKAGE_GITEA_PAT }} dist/*
|
twine upload --repository-url https://git.disi.dev/api/packages/$REPOSITORY_OWNER/pypi -u gitearobot -p ${{ secrets.PACKAGE_GITEA_PAT }} dist/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user