We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fb5fd commit dc0ffb1Copy full SHA for dc0ffb1
.github/workflows/pypi-release-aboutcode-pipeline.yml
@@ -23,7 +23,7 @@ jobs:
23
run: python -m pip install flot --user
24
25
- name: Build a binary wheel and a source tarball
26
- run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
+ run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
27
28
- name: Publish to PyPI
29
if: startsWith(github.ref, 'refs/tags')
.github/workflows/pypi-release.yml
@@ -38,7 +38,8 @@ jobs:
38
path: dist/*
39
40
- name: Create a GitHub release
41
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
42
with:
43
+ generate_release_notes: true
44
draft: false
45
files: dist/*
0 commit comments