Skip to content

Commit

Permalink
update ga action for release and ignore environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Dec 14, 2022
1 parent 7a85089 commit 9f5a7e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_deploy_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python3 -m build --sdist --wheel --outdir dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ dev/

# CPU/GPU profiling script
gpu_profiling.py

environment.yml

0 comments on commit 9f5a7e9

Please sign in to comment.