We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbb471 commit c27fb34Copy full SHA for c27fb34
.github/workflows/pypi-publish.yml
@@ -31,6 +31,9 @@ jobs:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_dir: _build/
33
force_orphan: true
34
+ - name: Build Project
35
+ run: |
36
+ python -m tox -e clean,build
37
- name: Publish package
38
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
39
with:
pyproject.toml
@@ -7,4 +7,4 @@ build-backend = "setuptools.build_meta"
7
# For smarter version schemes and other configuration options,
8
# check out https://github.com/pypa/setuptools_scm
9
version_scheme = "no-guess-dev"
10
-local_scheme = "no-local-version"
+local_scheme = "no-local-version"
0 commit comments