Skip to content

Commit 5c1641f

Browse files
authored
Merge pull request #126 from sbillinge/release_username
fix: release username added to release workflow
2 parents 44792a2 + a4cee8f commit 5c1641f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
project: diffpy.pdffit2
1414
c_extension: true
15+
github_admin_username: sbillinge
16+
1517
secrets:
1618
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
1719
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)