Skip to content

Commit

Permalink
[#2]: Update publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NymanRobin authored Oct 1, 2021
1 parent 163ac88 commit 227ac6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and publish Fellowship to PyPI and TestPyPI

on:
push
branches:
- master
push:
branches:
- master

jobs:
build-n-publish:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_FELLOWSHIP_TOKEN }}
password: ${{ secrets.PYPI_FELLOWSHIP_TOKEN }}

0 comments on commit 227ac6f

Please sign in to comment.