We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b93d66 commit ed8e0bbCopy full SHA for ed8e0bb
1 file changed
.github/workflows/pypi_publish.yml
@@ -26,7 +26,7 @@ jobs:
26
miniconda-version: "latest"
27
activate-environment: pypi
28
29
- - name: Set up Conda environment
+ - name: Set up Conda environment and build package
30
shell: bash -l {0}
31
run: |
32
conda config --set always_yes yes --set changeps1 no
@@ -36,12 +36,9 @@ jobs:
36
build \
37
twine
38
conda list -n pypi
39
+ python -m build .
40
- - name: Build and publish
41
+ - name: Publish
42
permissions:
43
id-token: write
- shell: bash -l {0}
44
- run: |
45
- conda env list
46
- python -m build .
47
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments