Skip to content

Commit

Permalink
1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Mar 21, 2024
1 parent 4ba3038 commit 55cc059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/hypickle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

name: hypickle 🐍 distribution 📦 to PyPI

on:
push:
branches: [master]
on: push

jobs:
build:
Expand Down Expand Up @@ -34,6 +32,7 @@ jobs:
publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">= 3.0"
name = "hypickle"
version = "1.0.14"
version = "1.0.16"
dependencies = [
"requests",
"rich",
Expand Down

0 comments on commit 55cc059

Please sign in to comment.