Skip to content

Commit c27fb34

Browse files
committed
fix build action
1 parent 7bbb471 commit c27fb34

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: _build/
3333
force_orphan: true
34+
- name: Build Project
35+
run: |
36+
python -m tox -e clean,build
3437
- name: Publish package
3538
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3639
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ build-backend = "setuptools.build_meta"
77
# For smarter version schemes and other configuration options,
88
# check out https://github.com/pypa/setuptools_scm
99
version_scheme = "no-guess-dev"
10-
local_scheme = "no-local-version"
10+
local_scheme = "no-local-version"

0 commit comments

Comments
 (0)