Skip to content

Commit

Permalink
ok Merge branch 'main' of github.com:modelscope/evalscope into releas…
Browse files Browse the repository at this point in the history
…e/0.7
  • Loading branch information
wangxingjun778 committed Nov 28, 2024
2 parents 5d41de5 + ed89987 commit 2948eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Publish package to PyPI
run: |
pip install twine
twine upload package/dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_TOKEN }}
twine upload dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_TOKEN }}

0 comments on commit 2948eb7

Please sign in to comment.