Skip to content

Commit

Permalink
add yank script
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Jan 29, 2025
1 parent 8eeac19 commit 5a557c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Yank Release on PyPI
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
PACKAGE_NAME: your-package-name # Replace with your actual package name
PACKAGE_NAME: data_suite
VERSION: ${{ steps.extract_version.outputs.VERSION }}
run: |
python .github/workflows/scripts/yank_release.py

0 comments on commit 5a557c8

Please sign in to comment.