Skip to content

Commit

Permalink
Merge pull request #15 from anh-tong/pure_jax
Browse files Browse the repository at this point in the history
update workflow again
  • Loading branch information
anh-tong authored Sep 8, 2022
2 parents 85ab3ac + eb2b073 commit 7f1a6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/v')
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/v')
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: anh-tong
Expand Down

0 comments on commit 7f1a6aa

Please sign in to comment.