Skip to content

Commit cffe198

Browse files
authored
Uncomment test lines from publish job (#18)
* unmute config to check if it's working * mute long jobs for now * mute more jobs * Revert "mute long jobs for now" This reverts commit e41927e. * Revert "mute more jobs" This reverts commit c521d1f.
1 parent ea3f7ff commit cffe198

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/publish.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -145,24 +145,17 @@ jobs:
145145
- build_wheels_windows
146146
- build_wheels_macos
147147
runs-on: ubuntu-latest
148-
# Comment this line for testing
149148
environment: pypi
150-
# Uncomment this line for testing
151-
# environment: testpypi
152149
permissions:
153150
id-token: write
154-
# Comment this once we have PyPI authorization
155-
if: false
156-
# Uncomment this once we have PyPI authorization
157-
# if: startsWith(github.ref, 'refs/tags/v')
151+
# Remove this line:
152+
# if: false
153+
# Uncomment this line:
154+
if: startsWith(github.ref, 'refs/tags/v')
158155
steps:
159156
- uses: actions/download-artifact@v4
160157
with:
161-
# unpacks all CIBW artifacts into dist/
162158
pattern: cibw-*
163159
path: dist
164160
merge-multiple: true
165161
- uses: pypa/gh-action-pypi-publish@release/v1
166-
# Uncomment these lines for testing
167-
# with:
168-
# repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)