1
0
Fork 0

Update python-PyCTBN-package.yml

master
philipMartini 4 years ago committed by GitHub
parent ed40757397
commit 28714b2ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/python-PyCTBN-package.yml

@ -44,18 +44,11 @@ jobs:
pytest PyCTBN/tests/ pytest PyCTBN/tests/
- name: Install pypa/build - name: Install pypa/build
run: | run: |
python -m python -m pip install build
pip install
build
--user
- name: Build a binary wheel and a source tarball - name: Build a binary wheel and a source tarball
run: | run: |
git clone https://github.com/philipMartini/PyCTBN --branch master --single-branch git clone https://github.com/philipMartini/PyCTBN --branch master --single-branch
python -m python -m build --sdist --wheel --outdir dist/.
build
--sdist
--wheel
--outdir dist/.
git config --local user.email "f.martini@campus.unimib.it" git config --local user.email "f.martini@campus.unimib.it"
git config --local user.name "philipMartini" git config --local user.name "philipMartini"
git add . git add .