Skip to content

Commit

Permalink
Update pypi_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kccwing authored Aug 28, 2024
1 parent 2396379 commit 8db99ca
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pypi_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
mkdir build && cd build
cmake .. && make install -j 4 && cd ..
pip install -e .
- name: Install pypa/build
run: >-
python3 -m
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
# - name: Install pypa/build
# run: >-
# python3 -m
# pip install
# build
# --user
# - name: Build a binary wheel and a source tarball
# run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
path: /

publish-to-pypi:
name: >-
Expand All @@ -75,6 +75,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
path: /
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 8db99ca

Please sign in to comment.