Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/pandas-1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Mar 13, 2023
2 parents 5d1d1a5 + e018348 commit 083a165
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

upload_docs_release:
name: "Upload release documentation"
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
if: contains(github.ref, 'refs/tags')
runs-on: ubuntu-latest
needs: [Publish_to_PyPI]
steps:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2022 ANSYS
Copyright (c) 2023 ANSYS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# The short X.Y version
release = version = __version__
cname = os.getenv("DOCUMENTATION_CNAME", "nocname.com")
cname = os.getenv("DOCUMENTATION_CNAME", "post.docs.pyansys.com")


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-dpf-post"
version = "0.2.6.dev0"
version = "0.3.1.dev0"
description = "PyDPF-Post Python library."
readme = "README.md"
requires-python = ">=3.7.*,<4.0"
license = {file = "LICENSE"}
authors = [
{name = "Ansys, Inc.", email = "pyansys.support@ansys.com"},
{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},
]
maintainers = [
{name = "PyAnsys developers", email = "pyansys.support@ansys.com"},
{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},
]
dependencies = [
"ansys.dpf.core @ git+https://[email protected]/pyansys/pydpf-core.git",
"ansys-dpf-core @ git+https://[email protected]/pyansys/pydpf-core.git",
"scooby",
]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ sphinxcontrib-websupport==1.2.4
pytest-sphinx==0.5.0
sphinx-notfound-page==0.8.3
sphinx-copybutton==0.5.0
sphinx-gallery==0.11.1
sphinx-gallery==0.12.2
ansys_sphinx_theme==0.9.5
sphinx-autodoc-typehints==1.22

0 comments on commit 083a165

Please sign in to comment.