Skip to content

Commit

Permalink
Merge pull request #302 from test-fullautomation/ntd1hc/bug/missing-p…
Browse files Browse the repository at this point in the history
…ydotdict-dependencies

add step to install requirements file for publish pypi workflow
  • Loading branch information
test-fullautomation authored May 14, 2024
2 parents d3213e9 + d0530ed commit c04bdcb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install -y texlive-latex-*
echo "GENDOC_LATEXPATH=$(dirname $(which pdflatex))" >> $GITHUB_ENV
python -m pip install --upgrade build twine wheel GenPackageDoc PythonExtensionsCollection
python -m pip install -r ./requirements.txt
- name: Build source and wheel distributions
run: |
Expand Down
Binary file modified JsonPreprocessor/JsonPreprocessor.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion JsonPreprocessor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#
# Version and date of JsonPreprocessor
#
VERSION = "0.6.0"
VERSION = "0.6.1"
VERSION_DATE = "14.05.2024"

3 changes: 3 additions & 0 deletions packagedoc/additional_docs/History.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@
- Improved error messages\newline
- Fixed bugs}

\historyversiondate{0.6.1}{05/2024}
\historychange{Add pydotdict package as dependencies}

\end{packagehistory}

0 comments on commit c04bdcb

Please sign in to comment.