Skip to content

Commit 4735f28

Browse files
authored
Merge pull request #27 from bugout-dev/fix-publication-action
YAML is the worst format in the world
2 parents 85bb150 + 8438fe4 commit 4735f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python setup.py sdist bdist_wheel
3131
twine upload dist/*
32-
-name: Publish to Anaconda
33-
run: |
32+
- name: Publish to Anaconda
33+
run: |
3434
anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
3535
anaconda upload dist/*.tar.gz

0 commit comments

Comments
 (0)