Skip to content

Commit

Permalink
publish on release
Browse files Browse the repository at this point in the history
  • Loading branch information
woodtechie1428 committed Sep 7, 2021
1 parent 3d5443a commit d8feb51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI

on:
push:
branches:
- main
release:
types: [created]

jobs:
build-n-publish:
Expand Down
2 changes: 1 addition & 1 deletion src/securityscorecard_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.5'
__version__ = '0.10.6'

0 comments on commit d8feb51

Please sign in to comment.