Skip to content

Commit

Permalink
Updated readme with dotnetcore2 dependency removal (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghao104 committed Jan 6, 2021
1 parent 33eb1ba commit 07be0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ To use `artifacts-keyring` to set up authentication between `pip`/`twine` and Az

* pip version **19.2** or higher
* twine version **1.13.0** or higher
* python version **3.0** or higher
* .Net Core runtime is installed. Refer to [here](https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu) for installation guideline.

### Publishing packages to an Azure Artifacts feed
Once `artifacts-keyring` is installed, to publish a package, use the following `twine` command, replacing **<org_name>** and **<feed_name>** with your own:
Expand Down

0 comments on commit 07be0c7

Please sign in to comment.