Skip to content

Commit

Permalink
push to wofs-post feed
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjoshua committed Dec 13, 2021
1 parent c54ec4a commit 59e0c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ stages:

- task: TwineAuthenticate@1
inputs:
artifactFeed: 'Warn-on-Forecast/monte_python'
artifactFeed: 'Warn-on-Forecast/wofs-post'
displayName: Authenticate Twine

- script: |
python -m twine upload -r monte_python --config-file $(PYPIRC_PATH) --skip-existing dist/*.whl
python -m twine upload -r wofs-post --config-file $(PYPIRC_PATH) --skip-existing dist/*.whl
displayName: Publish Package
- task: GithubRelease@1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description='Methods for Object-based and Neighborhood Threat Evaluation in Python',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/WarnOnForecast/WoF_post',
url='https://github.com/WarnOnForecast/MontePython',
author='NOAA National Severe Storms Laboratory',
classifiers=[ # Optional
# How mature is this project? Common values are
Expand Down

0 comments on commit 59e0c55

Please sign in to comment.