Skip to content

Commit

Permalink
Add imports in README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Mar 1, 2024
1 parent 09baf13 commit 0be6395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ pytest

Release

```
```bash
git tag v0.9.0
git push origin v0.9.0
python3 -m pip install --upgrade build twine
Expand All @@ -418,7 +418,7 @@ python3 -m twine upload --repository testpypi dist/*

Docker Build

```
```bash
docker build -t datacontract/cli .
docker run --rm -v ${PWD}:/home/datacontract datacontract/cli
```
Expand Down

0 comments on commit 0be6395

Please sign in to comment.