Skip to content

Commit 96c2629

Browse files
committed
Binary distribution test
1 parent a6e1e68 commit 96c2629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cp Makefile.am ./past-0.7.0/src/
4747
fi
4848
cd past-0.7.0
49-
python setup.py sdist bdist_wheel
49+
python setup.py bdist_wheel
5050
mv dist ../
5151
5252
# Step 6: Upload the wheel as an artifact
@@ -75,6 +75,6 @@ jobs:
7575
artifacts: 'dist/*'
7676
token: ${{ secrets.GITHUB_TOKEN }} # Automatically available GitHub token
7777
tag: ${{ github.ref_name }} # The tag from the push event
78-
name: Release ${{ github.ref_name }} # Optional: Customize release name
78+
name: Release ${{ github.event.head_commit.message }} # Optional: Customize release name
7979
draft: false
8080
prerelease: false

0 commit comments

Comments
 (0)