We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77ed13 commit c19675aCopy full SHA for c19675a
1 file changed
.github/workflows/python-publish.yml
@@ -24,11 +24,6 @@ jobs:
24
- uses: actions/setup-python@v5
25
with:
26
python-version: "3.x"
27
- - name: Build release distributions
28
- run: |
29
- # NOTE: put your own distribution build steps here.
30
- python -m pip install build
31
- python -m build
32
33
- name: Install Poetry
34
run: |
@@ -41,12 +36,6 @@ jobs:
41
36
- name: Build package
42
37
run: poetry build
43
38
44
- - name: Upload distributions
45
- uses: actions/upload-artifact@v4
46
- with:
47
- name: release-dists
48
- path: dist/
49
-
50
39
- name: Publish package to PyPI
51
40
uses: pypa/gh-action-pypi-publish@release/v1
52
0 commit comments