bugfixes
Some checks failed
CI / linter (ubuntu-latest, 3.9) (pull_request) Successful in 28s
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m0s
CI / tests_linux (ubuntu-latest, 3.9) (pull_request) Successful in 27s
Upload Python Package / Create Release (push) Successful in 29s
Rename the project from template / rename-project (push) Successful in 30s
Upload Python Package / deploy (push) Failing after 40s

This commit is contained in:
Simon 2024-11-13 16:30:59 +01:00
parent c50b1b588b
commit d0e18232a2

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/*