Compare commits

..

No commits in common. "85e8e2fffdf0b56e372eb068d57074622781c9fe" and "c50b1b588b2c9c1a5def81bc22a091ed33691517" have entirely different histories.

View File

@ -50,6 +50,5 @@ jobs:
run: |
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')
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/*