Skip to content

Commit e9f951a

Browse files
zamkorusclaude
andcommitted
Point README examples at v2
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 2af3619 commit e9f951a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: read
2525
steps:
2626
- uses: actions/checkout@v5
27-
- uses: PlohnenSoftware/PyPI-Anaconda-Publish@v1
27+
- uses: PlohnenSoftware/PyPI-Anaconda-Publish@v2
2828
with:
2929
test: pytest
3030
python_versions: auto
@@ -268,7 +268,7 @@ secret.
268268
### Package with tests, PyPI + conda
269269

270270
```yaml
271-
- uses: PlohnenSoftware/PyPI-Anaconda-Publish@v1
271+
- uses: PlohnenSoftware/PyPI-Anaconda-Publish@v2
272272
with:
273273
test: pytest
274274
python_versions: auto
@@ -286,7 +286,7 @@ secret.
286286
packages, data-only distributions — behave exactly like checked-in ones.
287287

288288
```yaml
289-
- uses: PlohnenSoftware/PyPI-Anaconda-Publish@v1
289+
- uses: PlohnenSoftware/PyPI-Anaconda-Publish@v2
290290
with:
291291
prepare: uv run mytool generate-stubs
292292
project_dir: .build/stubs
@@ -297,7 +297,7 @@ packages, data-only distributions — behave exactly like checked-in ones.
297297
### Rehearse on TestPyPI
298298

299299
```yaml
300-
- uses: PlohnenSoftware/PyPI-Anaconda-Publish@v1
300+
- uses: PlohnenSoftware/PyPI-Anaconda-Publish@v2
301301
with:
302302
pypi_publish_url: https://test.pypi.org/legacy/
303303
```

0 commit comments

Comments
 (0)