Skip to content

Commit

Permalink
👷 fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanitsky committed Jun 14, 2020
1 parent 9663114 commit e5eb1fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Create PyPi package
name: Release PyPi package

on:
push:
tags:
- "v*.*"

jobs:
publishing:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit e5eb1fb

Please sign in to comment.