Skip to content

Commit

Permalink
ci: Update pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Oct 17, 2024
1 parent 2eea1c7 commit b27b918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*

env:
RESOURCES_URL: https://github.com/RapidAI/RapidStructure/releases/download/v0.0.0/rapid_table_models.zip
RESOURCES_URL: https://github.com/RapidAI/RapidTable/releases/download/assets/rapid_table_models.zip

jobs:
UnitTesting:
Expand Down Expand Up @@ -65,5 +65,5 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
password: ${{ secrets.RAPID_STRUCTURE }}
password: ${{ secrets.RAPID_TABLE }}
packages_dir: dist/

0 comments on commit b27b918

Please sign in to comment.