We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d880dbe commit ee9ba90Copy full SHA for ee9ba90
1 file changed
.github/workflows/ci.yml
@@ -82,11 +82,11 @@ jobs:
82
asset_content_type: application/gzip
83
84
- name: Publish PyPI Package
85
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.arch == 'linux-x86_64'
86
uses: pypa/gh-action-pypi-publish@release/v1
87
88
build_documentation:
89
- name: Build and Publish Documentation
+ name: Build Docs
90
runs-on: ubuntu-latest
91
needs: build
92
permissions:
0 commit comments