Skip to content

Commit 67fff18

Browse files
committed
update ci/cd
1 parent 0ec6150 commit 67fff18

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Publish a Python distribution to PyPI
2+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3+
uses: pypa/gh-action-pypi-publish@v1.5.0
4+
with:
5+
user: __token__
6+
password: ${{ secrets.PYPI }}

.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)