Skip to content

Commit

Permalink
trigger test pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jul 5, 2024
1 parent 2b0846a commit 3cd7353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Publish distribution 📦 to TestPyPI
name: Publish distribution 📦 to Test PyPI

on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_run:
workflows:
- "Build and test wheels linux/amd64"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python-snap7"
version = "1.4.1"
version = "2.0.0"
description = "Python wrapper for the snap7 library"
readme = "README.rst"
authors = [
Expand Down

0 comments on commit 3cd7353

Please sign in to comment.