Skip to content

Commit

Permalink
0.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Dec 23, 2024
1 parent 1f9c785 commit 824dce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
name: Build and Publish If Available

on:
push:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.event_name == 'release'
needs:
- build
runs-on: windows-latest
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/pyinclude
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyinclude"
version = "0.60.2"
version = "0.60.3"
description = "A collection of Python scripts to make it easyer, for Windows"
dependencies = [
"inflect",
Expand Down

0 comments on commit 824dce2

Please sign in to comment.