Skip to content

Commit

Permalink
Attempt hajimes#2 to get GitHub Actions to work
Browse files Browse the repository at this point in the history
  • Loading branch information
robd003 committed Feb 13, 2021
1 parent b364bbe commit fe19dd0
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
---
name: mmh3_unsigned
on:
push:
branches:
- master

jobs:
publish:
name: Push to PyPi
runs-on: ubuntu-latest
steps:
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit fe19dd0

Please sign in to comment.