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/
- name: Install pypa/build
run: |
python -m
pip install
build
--user
python -m pip install build
- name: Build a binary wheel and a source tarball
run: |
git clone https://github.com/philipMartini/PyCTBN --branch master --single-branch
python -m
build
--sdist
--wheel
--outdir dist/.
python -m build --sdist --wheel --outdir dist/.
git config --local user.email "f.martini@campus.unimib.it"
git config --local user.name "philipMartini"
git add .