bugfixes
Some checks failed
Rename the project from template / rename-project (push) Successful in 14s
CI / linter (ubuntu-latest, 3.9) (push) Successful in 1m19s
SonarQube Scan / SonarQube Trigger (push) Failing after 1m18s
CI / tests_linux (ubuntu-latest, 3.9) (push) Successful in 35s

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