Skip to content

Commit

Permalink
run the shell sscript in CI/CD correctly
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 6f13aaf commit 6412ea8
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: |
rename_version.sh ${{ github.run_number }}
sh 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 6412ea8

Please sign in to comment.