Skip to content

Commit

Permalink
Merge pull request #6 from azazellochg/devel
Browse files Browse the repository at this point in the history
cannot upload linux whl
  • Loading branch information
azazellochg authored Aug 14, 2024
2 parents abbbfbd + f43372b commit 835fab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_and_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools twine build wheel
pip install setuptools twine
pip install numpy scipy matplotlib mrcfile
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python -m build --no-isolation
python setup.py sdist
twine upload dist/*
- name: Get version and tag
run: |
Expand Down

0 comments on commit 835fab0

Please sign in to comment.