Skip to content

Commit

Permalink
Trying
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Dec 2, 2024
1 parent d0becc8 commit 0119aab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/actions/publish-pypi-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ runs:
steps:
- name: Make build-env-pypi
shell: bash -l {0}
run: |
run:
conda config --set always_yes yes --set changeps1 no
conda create -n build-env-pypi python=3.10.*
conda activate build-env-pypi
mamba install -c conda-forge python-build twine
python -m build
- name: Test basic functunality
shell: bash -l {0}
run: |
conda create -n build-mvesuvio-test mantid/label/nightly::mantidworkbench
conda activate build-mvesuvio-test
pip install dist/*.tar.gz
Expand All @@ -30,7 +26,7 @@ runs:

- name: Upload package
shell: bash -l {0}
run: |
run:
conda activate build-env-pypi
# twine upload -u __token__ -p ${{ inputs.token }} dist/*

0 comments on commit 0119aab

Please sign in to comment.