Skip to content

Commit

Permalink
PyPi CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobe committed Nov 4, 2020
1 parent a609018 commit db706c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Publish package to PyPi

name: Build and publish to PyPi
# TODO: Check running criteria for script
on:
push:
tags:
Expand Down Expand Up @@ -30,4 +29,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
# password: ${{ secrets.pypi_all }}
password: ${{ secrets.pypi_all }}

0 comments on commit db706c9

Please sign in to comment.