Skip to content

Commit

Permalink
TMP: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Dec 19, 2024
1 parent 96eb54c commit af2f3b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ autolabeler:
template: |
$CHANGES
Thank you to all our contributors for making this release possible!
$CONTRIBUTORS
# Thank you to all our contributors for making this release possible!
# $CONTRIBUTORS
10 changes: 5 additions & 5 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,11 @@ jobs:
path: dist
merge-multiple: true

- name: Publish to PyPI
if: inputs.dry-run == false
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
# - name: Publish to PyPI
# if: inputs.dry-run == false
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# verbose: true

publish-to-github:
needs: [publish-to-pypi, build-wheel-pyodide]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches:
- main
- emscripten
paths:
- Cargo.lock
- crates/**
Expand Down

0 comments on commit af2f3b8

Please sign in to comment.