Skip to content

Commit

Permalink
Update build_conda.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 authored Mar 26, 2024
1 parent 6638381 commit 24eccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
cd /home/runner/stonerplots
cd /home/runner/work/stonerplots/stonerplots
conda info
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 24eccaf

Please sign in to comment.