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
This commit is contained in:
Simon Diesenreiter 2024-11-13 07:36:15 -08:00
commit 85e8e2fffd

View File

@ -50,5 +50,6 @@ jobs:
run: | run: |
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}') REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')
python setup.py sdist bdist_wheel 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/* twine upload --repository-url https://git.disi.dev/api/packages/$REPOSITORY_OWNER/pypi -u gitearobot -p ${{ secrets.PACKAGE_GITEA_PAT }} dist/*