Skip to content

Commit 991605e

Browse files
committed
Publish to pypi
1 parent 6ab4386 commit 991605e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,10 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878

79-
- name: install flit
80-
run: pip install flit
81-
8279
- name: build wheel and sdist
83-
run: flit build
80+
run: |
81+
pip install flit
82+
flit build
8483
8584
- name: publish
8685
uses: pypa/gh-action-pypi-publish@release/v1
87-
with:
88-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)