Skip to content

Commit c19675a

Browse files
authored
fix python-publish.yml
1 parent d77ed13 commit c19675a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
- uses: actions/setup-python@v5
2525
with:
2626
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
3227

3328
- name: Install Poetry
3429
run: |
@@ -41,12 +36,6 @@ jobs:
4136
- name: Build package
4237
run: poetry build
4338

44-
- name: Upload distributions
45-
uses: actions/upload-artifact@v4
46-
with:
47-
name: release-dists
48-
path: dist/
49-
5039
- name: Publish package to PyPI
5140
uses: pypa/gh-action-pypi-publish@release/v1
5241

0 commit comments

Comments
 (0)