Skip to content

Commit ee9ba90

Browse files
committed
Fix PyPI publish
1 parent d880dbe commit ee9ba90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ jobs:
8282
asset_content_type: application/gzip
8383

8484
- name: Publish PyPI Package
85-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu')
85+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.arch == 'linux-x86_64'
8686
uses: pypa/gh-action-pypi-publish@release/v1
8787

8888
build_documentation:
89-
name: Build and Publish Documentation
89+
name: Build Docs
9090
runs-on: ubuntu-latest
9191
needs: build
9292
permissions:

0 commit comments

Comments
 (0)