bugfixes #1

Merged
simon merged 1 commits from sidiesen/test into main 2024-11-13 16:36:16 +01:00
Showing only changes of commit d0e18232a2 - Show all commits

View File

@ -50,5 +50,6 @@ 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/*