Skip to content

Commit a65703b

Browse files
committed
feat: Add instructions for uploading to TestPyPI
1 parent 7641660 commit a65703b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ You can install CEDARScript Parser using pip:
2929
pip install cedarscript_ast_parser
3030
```
3131

32+
To install the latest development version from TestPyPI:
33+
34+
```
35+
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple cedarscript_ast_parser
36+
```
37+
3238
## Usage
3339

3440
Here's a quick example of how to use CEDARScript Parser:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cedarscript_ast_parser"
7-
version = "0.1.0"
7+
version = "0.1.0.dev1"
88
description = "A library for parsing and interpreting CEDARScript, a SQL-like language for code analysis and transformations"
99
readme = "README.md"
1010
authors = [{ name = "Elifarley", email = "[email protected]" }]

0 commit comments

Comments
 (0)