Skip to content

Commit 6960fa3

Browse files
author
André Böni
committed
+ automated conda publish
1 parent 27d5c66 commit 6960fa3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,17 @@ jobs:
121121
- name: Publish distribution 📦 to TestPyPI
122122
uses: pypa/gh-action-pypi-publish@release/v1
123123
with:
124-
repository-url: https://test.pypi.org/legacy/
124+
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

Comments
 (0)