From a4a15133888e933ccb4a91ec3bafbfe7b2ec9b70 Mon Sep 17 00:00:00 2001 From: Boris Ivanovic Date: Tue, 22 Aug 2023 18:21:37 -0700 Subject: [PATCH] Updating CI. --- .github/workflows/ci.yml | 2 +- .github/workflows/pypi_publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f675764..e3507e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + run: python -m unittest tests/test_state.py diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index 76857bb..7e0316f 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -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 }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }}