Skip to content

Commit

Permalink
replace template
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisAta committed Jun 20, 2024
1 parent 2fdc848 commit de52e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- name: Check if package version exists on TestPyPI
run: |
PACKAGE_NAME=<your-package-name>
PACKAGE_NAME=kegg-pathways-completeness
VERSION=$(python setup.py --version)
RESPONSE=$(curl -s -o /dev/null -w "%{http_code}" https://test.pypi.org/pypi/${PACKAGE_NAME}/${VERSION}/json)
if [ $RESPONSE -eq 200 ]; then
Expand Down

0 comments on commit de52e6a

Please sign in to comment.