Skip to content

Commit

Permalink
Updating CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisIvanovic committed Aug 23, 2023
1 parent 35ee3b3 commit a4a1513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install trajdata base version
run: python -m pip install .
- name: Run tests
run: python -m unittest tests/test_state.py
run: python -m unittest tests/test_state.py
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit a4a1513

Please sign in to comment.