We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b2089 commit 2557702Copy full SHA for 2557702
.github/workflows/ci.yml
@@ -49,7 +49,9 @@ jobs:
49
- name: Prepare environment
50
run: .github/workflows/prepare_environment.sh 3
51
- name: Build distributions
52
- run: python setup.py sdist bdist_wheel --universal
+ run: |
53
+ . "${CONDA}/bin/activate" test-env
54
+ python setup.py sdist bdist_wheel --universal
55
- name: Publish package
56
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
57
uses: pypa/gh-action-pypi-publish@master
0 commit comments