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 27d5c66 commit 6960fa3Copy full SHA for 6960fa3
.github/workflows/publish-to-test-pypi.yml
@@ -121,4 +121,17 @@ jobs:
121
- name: Publish distribution 📦 to TestPyPI
122
uses: pypa/gh-action-pypi-publish@release/v1
123
with:
124
- repository-url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
125
+
126
+ name: publish_conda
127
128
129
+ publish-to-conda:
130
+ runs-on: ubuntu-latest
131
+ steps:
132
+ - uses: actions/checkout@master
133
+ - name: publish-to-conda
134
+ uses: maxibor/[email protected]
135
+ with:
136
+ subDir: 'conda.recipe'
137
+ AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
0 commit comments