Skip to content

Commit 5af093b

Browse files
committed
fix: release username added to release workflow
1 parent 44792a2 commit 5af093b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
uses: Billingegroup/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
1212
with:
1313
project: diffpy.pdffit2
14-
c_extension: true
14+
github_admin_username: sbillinge
15+
1516
secrets:
1617
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
1718
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)