We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e1e68 commit 96c2629Copy full SHA for 96c2629
.github/workflows/python-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
cp Makefile.am ./past-0.7.0/src/
47
fi
48
cd past-0.7.0
49
- python setup.py sdist bdist_wheel
+ python setup.py bdist_wheel
50
mv dist ../
51
52
# Step 6: Upload the wheel as an artifact
@@ -75,6 +75,6 @@ jobs:
75
artifacts: 'dist/*'
76
token: ${{ secrets.GITHUB_TOKEN }} # Automatically available GitHub token
77
tag: ${{ github.ref_name }} # The tag from the push event
78
- name: Release ${{ github.ref_name }} # Optional: Customize release name
+ name: Release ${{ github.event.head_commit.message }} # Optional: Customize release name
79
draft: false
80
prerelease: false
0 commit comments