Skip to content

Commit

Permalink
More pipeline edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcferrill committed Feb 8, 2022
1 parent ff55451 commit 90d6426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: 'dist'
pathToPublish: '*.whl'
artifactName: dist

# Package dependencies and docs with source code
Expand Down
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import os
import sys
from datetime import datetime
sys.path.insert(0, os.path.abspath('../..'))


# -- Project information -----------------------------------------------------
Expand All @@ -23,7 +22,7 @@
author = 'Micah Ferrill - ATAC'

# The full version, including alpha/beta/rc tags
from chapter10 import version as release
release = '1.1'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 90d6426

Please sign in to comment.