Skip to content

Commit

Permalink
Added RPM back with manually attachment to release
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri authored Jan 25, 2024
1 parent 76b6459 commit 79878d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
pip install setuptools wheel twine
- name: Build the distribution
run: |
python setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel bdist_rpm
mv dist/*.rpm .
- name: Upload to pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand All @@ -88,4 +89,4 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
gh release create ${{github.event.inputs.version}} -t ${{github.event.inputs.version}} -n "Changes since last release:"$'\n\n'"$CHANGES"
gh release create ${{github.event.inputs.version}} -t ${{github.event.inputs.version}} -n "Changes since last release:"$'\n\n'"$CHANGES" *.rpm

0 comments on commit 79878d0

Please sign in to comment.