Skip to content

Commit c254954

Browse files
committed
update version info in file names under example dist
1 parent 7ee0da3 commit c254954

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tutorials/publish-pypi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ To build your package run `hatch build`:
160160
```bash
161161
➜ hatch build
162162
──────────────── sdist ─────────────────
163-
dist/pyospackage-0.1.0.tar.gz
163+
dist/pyospackage-0.1.tar.gz
164164
──────────────── wheel ─────────────────
165-
dist/pyospackage-0.1.0-py3-none-any.whl
165+
dist/pyospackage-0.1-py3-none-any.whl
166166

167167
```
168168

@@ -178,9 +178,9 @@ your package to conda-forge](publish-conda-forge). You will learn about this in
178178
:::{todo}
179179
➜ hatch build
180180
────────────────────────────────────── sdist ──────────────────────────────────────
181-
dist/pyospackage-0.1.0.tar.gz
181+
dist/pyospackage-0.1.tar.gz
182182
────────────────────────────────────── wheel ──────────────────────────────────────
183-
dist/pyospackage-0.1.0-py3-none-any.whl
183+
dist/pyospackage-0.1-py3-none-any.whl
184184
:::
185185

186186
### <i class="fa-solid fa-wand-magic-sparkles"></i> Congratulations - you've created your Python package distribution files <i class="fa-solid fa-wand-magic-sparkles"></i>
@@ -269,8 +269,8 @@ TestPyPI.
269269
❯ hatch publish -r test
270270
Enter your username: __token__
271271
Enter your credentials: <paste-your-token-value-here>
272-
dist/pyospackage-0.1.0-py3-none-any.whl ... already exists
273-
dist/pyospackage-0.1.0.tar.gz ... already exists
272+
dist/pyospackage-0.1-py3-none-any.whl ... already exists
273+
dist/pyospackage-0.1.tar.gz ... already exists
274274

275275
```
276276

0 commit comments

Comments
 (0)