Skip to content

Commit

Permalink
directly import velox-emd
Browse files Browse the repository at this point in the history
  • Loading branch information
blleng committed Sep 10, 2024
1 parent eb553ca commit 4349ead
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/publish-to-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,13 @@ jobs:
run: >-
python -m
pip install
build
build toml
--user
- name: Build a binary wheel and a source tarball
run: >-
pip install toml
python dev.py
python -m
build
--sdist
--wheel
--outdir dist/
.
- python dev.py
- python -m build --sdist --wheel --outdir dist/
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 4349ead

Please sign in to comment.