Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-oliv committed May 9, 2020
1 parent ac45c68 commit b6f082a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Publish new release to PyPI
uses: mariamrf/[email protected]
with:
python_version: 3.7
python_version: 3.7.7
env:
TWINE_USERNAME: ${{ secrets.pypi_username }}
TWINE_PASSWORD: ${{ secrets.pypi_password }}
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Changelog
=========

3.4.0 (2020-04-26)
3.4.0 (2020-05-09)
------------------

* Deprecate ``InjectionContainer::load`` in favor of ``load_injection_container``.
* Change default namespace name from ``"_GLOBAL"`` to ``"DEFAULT_NAMESPACE"``.
* Fix minor quirks with Python 3.7 and 3.8.
* Add tons of unit tests.
* Add ``reset_injection_container`` utility to ``injectable.testing``
* Add ``reset_injection_container`` utility to ``injectable.testing``.

3.3.0 (2020-04-20)
------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ <h3>Navigation</h3>
<div class="section" id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<div class="section" id="id1">
<h2>3.4.0 (2020-04-26)<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>3.4.0 (2020-05-09)<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>Deprecate <code class="docutils literal notranslate"><span class="pre">InjectionContainer::load</span></code> in favor of <code class="docutils literal notranslate"><span class="pre">load_injection_container</span></code>.</p></li>
<li><p>Change default namespace name from <code class="docutils literal notranslate"><span class="pre">&quot;_GLOBAL&quot;</span></code> to <code class="docutils literal notranslate"><span class="pre">&quot;DEFAULT_NAMESPACE&quot;</span></code>.</p></li>
<li><p>Fix minor quirks with Python 3.7 and 3.8.</p></li>
<li><p>Add tons of unit tests.</p></li>
<li><p>Add <code class="docutils literal notranslate"><span class="pre">reset_injection_container</span></code> utility to <code class="docutils literal notranslate"><span class="pre">injectable.testing</span></code></p></li>
<li><p>Add <code class="docutils literal notranslate"><span class="pre">reset_injection_container</span></code> utility to <code class="docutils literal notranslate"><span class="pre">injectable.testing</span></code>.</p></li>
</ul>
</div>
<div class="section" id="id2">
Expand Down Expand Up @@ -238,7 +238,7 @@ <h3 id="searchlabel">Quick search</h3>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="authors.html">Authors</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">3.4.0 (2020-04-26)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id1">3.4.0 (2020-05-09)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">3.3.0 (2020-04-20)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">3.2.1 (2020-04-19)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">3.2.0 (2020-04-15)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Contents<a class="headerlink" href="#contents" title="Permalink to this head
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="authors.html">Authors</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">3.4.0 (2020-04-26)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">3.4.0 (2020-05-09)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">3.3.0 (2020-04-20)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">3.2.1 (2020-04-19)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">3.2.0 (2020-04-15)</a></li>
Expand Down

0 comments on commit b6f082a

Please sign in to comment.