diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 15:10:46 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 15:12:21 +0300 |
| commit | fa1e288a8cea3d8bee44823f6ed887e40b1ecdf8 (patch) | |
| tree | d17c6b13ba72128040e08124cefcc717f63db22f /.github | |
| parent | f1604690aa3f18e76a17dc457dcc6cb42841629a (diff) | |
Version 0.1.3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-test-publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index d0f5073..9c7bf41 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -35,4 +35,4 @@ jobs: if: github.ref == 'refs/heads/main' run: uv publish env: - UV_PYPI_TOKEN: ${{ secrets.UV_PYPI_TOKEN }} + UV_PUBLISH_TOKEN: ${{ secrets.UV_PYPI_TOKEN }} |
