Skip to content

Commit

Permalink
wrong command format in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Weber authored and Lucas Weber committed Apr 19, 2024
1 parent afca20c commit 6f13aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Update the package Version for testing
# https://stackoverflow.com/questions/54310050/how-to-version-build-artifacts-using-github-actions
run: |
run rename_version.sh ${{ github.run_number }}
rename_version.sh ${{ github.run_number }}
- name: Make the build steps for the packaging
# https://stackoverflow.com/questions/21064581/how-to-overwrite-pypi-package-when-doing-upload-from-command-line
# https://peps.python.org/pep-0427/#file-name-convention
Expand Down

0 comments on commit 6f13aaf

Please sign in to comment.