Skip to content

Commit

Permalink
Update project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
xeonvs committed Feb 8, 2024
1 parent 26b4a16 commit ce8d685
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
# - name: Test with pytest
# run: |
# pytest
- 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/
#- 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/

0 comments on commit ce8d685

Please sign in to comment.