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 2768e14 commit 0bf506dCopy full SHA for 0bf506d
.github/workflows/release.yml
@@ -40,8 +40,6 @@ jobs:
40
run: pip install build
41
- name: Checkout code
42
uses: actions/checkout@v2
43
- with:
44
- ref: pypi
45
- name: Build project
46
run: python -m build --sdist --wheel --outdir dist/ .
47
- name: Publish to Test PyPI
0 commit comments