Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from tradebyte/workflows
Browse files Browse the repository at this point in the history
change Workflows to run on release
  • Loading branch information
bahador-farahani-tradebyte authored May 20, 2021
2 parents 41ac377 + 0ad4b03 commit bb80390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on:
push:
branches:
- main
release:
types: [published]
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
Expand Down
2 changes: 1 addition & 1 deletion paci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Sets the version number of paci."""
__version__ = "1.10.4"
__version__ = "1.10.5"

0 comments on commit bb80390

Please sign in to comment.