Compare commits

...

2 Commits

Author SHA1 Message Date
85e8e2fffd Merge pull request 'bugfixes' (#1) from sidiesen/test into main
All checks were successful
CI / linter (ubuntu-latest, 3.9) (push) Successful in 31s
Rename the project from template / rename-project (push) Successful in 28s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m2s
CI / tests_linux (ubuntu-latest, 3.9) (push) Successful in 28s
Reviewed-on: #1
2024-11-13 07:36:15 -08:00
Simon
d0e18232a2 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
2024-11-13 16:30:59 +01:00

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