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 27ad8ff commit 653a375Copy full SHA for 653a375
.github/workflows/release.yml
@@ -19,10 +19,10 @@ jobs:
19
id: tag
20
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
21
22
- - name: Set up Python 3.9
+ - name: Set up Python 3.11
23
uses: actions/setup-python@v4
24
with:
25
- python-version: "3.9"
+ python-version: "3.11"
26
27
- name: Install and set up Poetry
28
run: |
@@ -44,8 +44,9 @@ jobs:
44
uses: ncipollo/release-action@v1
45
46
artifacts: "dist/*"
47
- token: ${{ secrets.GITHUB_TOKEN }}
48
draft: false
+ allowUpdates: true
49
+ generateReleaseNotes: true
50
prerelease: steps.check-version.outputs.prerelease == 'true'
51
52
- name: Publish to PyPI
0 commit comments