Skip to content

Commit eb9f3fa

Browse files
committed
test pypi
1 parent 208436c commit eb9f3fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-wheel-release-upload.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on:
88

99
jobs:
1010
release:
11-
uses: scikit-package/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
11+
uses: Tieqiong/release-scripts/.github/workflows/_build-wheel-release-upload.yml@pypi
1212
with:
1313
project: diffpy.utils
14-
c_extension: false
15-
maintainer_GITHUB_username: sbillinge
14+
c_extension: true
15+
maintainer_GITHUB_username: Tieqiong
1616
secrets:
1717
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
1818
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
19+

0 commit comments

Comments
 (0)